DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / Database Property

In This Topic
    Database Property (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    接続が開かれた後は現在のデータベースの名前を、 接続が開かれる前は接続文字列で指定されたデータベース名を取得します。
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Database As String
    public override string Database {get;}
    See Also